From 4d76f665b8dd9b0b82e8ea7c19de15e7d48a25c1 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 7 May 2006 20:12:50 +0000 Subject: [PATCH] Synchronize configure.in, even though Makefile.in piece isn't brought in yet. --- gpsbabel/configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 52f61da62..797244550 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -32,9 +32,12 @@ fi AC_DEFINE(SHAPELIB_ENABLED, 1, [1 to enable shapefile support]) AC_DEFINE(PDBFMTS_ENABLED, 1, [1 to enable Palm PDB support]) - + case "$target" in *-*-cygwin* | *-*-mingw32*) + + GBSER=gbser_win.o + if test "$with_libusb" = no ; then AC_MSG_RESULT(USB skipped) OSJEEPS=jeeps/gpsusbstub.o @@ -44,6 +47,7 @@ case "$target" in fi ;; *) + GBSER=gbser_posix.o AC_MSG_CHECKING(for libusb) if test "$with_libusb" = no ; then AC_MSG_RESULT(check not done) @@ -82,6 +86,7 @@ esac AC_SUBST(USB_LIBS) AC_SUBST(USB_CFLAGS) AC_SUBST(OSJEEPS) +AC_SUBST(GBSER) AC_MSG_CHECKING(for random stuff to make you feel better) AC_MSG_RESULT(failed) -- 2.30.2